From: Andreas Schwab Date: Wed, 15 Jan 2020 09:02:10 +0000 (+0100) Subject: Fix implicit declaration of getenv and atol X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~7131^2~142 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e31287e704a539ebef777d92e4d06d4b1d912b2a;p=emacs.git Fix implicit declaration of getenv and atol * src/gtkutil.c: Include . --- diff --git a/src/gtkutil.c b/src/gtkutil.c index 6308c38f164..5e7cf3d2114 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -22,6 +22,7 @@ along with GNU Emacs. If not, see . */ #ifdef USE_GTK #include #include +#include #include